search.aspx
<%@ Page language="C#" masterpagefile="site.master" title="Site Name" %>

<asp:Content ContentPlaceHolderID="Head" Runat="Server">
</asp:Content>

<asp:Content ContentPlaceHolderID="Content" Runat="Server">
			<h1>Search My Site</h1>
			<div id="cse-search-form" style="width: 50%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>

<script type="text/javascript"> 
  google.load('search', '1', {language : 'en', style : google.loader.themes.MINIMALIST});
  google.setOnLoadCallback(function() {
    var customSearchControl = new google.search.CustomSearchControl('009206261522604705567:bab_def5f5a');
    customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
    var options = new google.search.DrawOptions();
    options.enableSearchboxOnly("http://www.google.com/cse?cx=009206261522604705567:bab_def5f5a");
    customSearchControl.draw('cse-search-form', options);
  }, true);
</script>

      <p>This Google Custom Search Box is a <strong>sample</strong> only. You will need to signup for a Google account BEFORE you can use <a title="Google Custom Search." href="http://www.google.com/cse/">Google Custom Search</a>. </p>

<p><strong>NOTE</strong>: This search box is setup to search <a title="Migrating from FrontPage to Expression Web." href="http://www.frontpage-to-expression.com/">Migrating from FrontPage to Expression Web</a>. </p>

<p>Please see <a title="Search Boxes." href="http://www.frontpage-to-expression.com/site-templates/search-boxes.html">Search Boxes</a> for more information about how to include a search box on your site. </p>
</asp:Content>